home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5291 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: sourcery.han.de!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer
  3. References: <4hpcku$3aq@ousrvr3.oulu.fi>
  4. From: "Olaf Barthel" <olsen@sourcery.han.de>
  5. Date: Mon, 11 Mar 1996 23:50:15 +0100
  6. X-NewsReader: IntuiNews 1.3a (7.9.95)
  7. Subject: Re: Q: Change SuperBitMap planes?
  8. Message-ID: <13213732@sourcery.han.de>
  9.  
  10. In Article <4hpcku$3aq@ousrvr3.oulu.fi>, Timo Karjalainen <tikarjal@haapa.oulu.fi> wrote:
  11. > In a nutshell: Can I change the BitMap of an open SuperBitMap window and
  12. > how do I do it properly?
  13. >
  14. > A program of mine uses a SuperBitMap window to display graphics. I want
  15. > the graphics to be zoomable in/out as well as fast'n'smooth scrolling
  16. > (That's why the SuperBitMap). Now zooming in on the gfx would increase
  17. > its size, so I'd need to switch to a larger BitMap. The question is, can
  18. > the BitMap be changed while Intuition is displaying the window?
  19.  
  20.    No, it's not legal.
  21.  
  22. > As far as I can see, neither RKMs nor autodocs say anything about doing
  23. > something like this. Is it allowed or do I have to have just the
  24. > visible part rendered and render the new visible parts while scrolling?
  25.  
  26.    The way layers work, you can't do it without wreaking major havoc
  27. on the rest of the screen layers and other objects which cache bitmap
  28. pointers.
  29.  
  30. --
  31. Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
  32.  Net: olsen@sourcery.han.de
  33.